2005-02-23 Matthias Clasen <mclasen@redhat.com>
* io-ico.c: Fix a typo. (#168173, Ivan Wong)
+2005-02-23 Matthias Clasen <mclasen@redhat.com>
+
+ * io-ico.c: Fix a typo. (#168173, Ivan Wong)
+
2005-02-15 Matthias Clasen <mclasen@redhat.com>
* io-pnm.c (pnm_skip_whitespace): Don't read over the end of
if (hot_x > -1 && hot_y > -1) {
icon->hot_x = hot_x;
- icon->hot_x = hot_y;
+ icon->hot_y = hot_y;
if (icon->hot_x >= icon->width || icon->hot_y >= icon->height) {
g_set_error (error,
GDK_PIXBUF_ERROR,